Remove LOGP message to avoid crash with long log texts.#8351
Remove LOGP message to avoid crash with long log texts.#8351ktf merged 1 commit intoAliceO2Group:devfrom pbuehler:dev
Conversation
|
Not sure I get the reason for the crash. |
|
This LOGP used to print out the contents of a json file - the --aod-writer-json. The entire text of the json was converted to a std::string and provided to LOGP as text to print. When the json file exceeded a given length, the LOGP started to crash. |
|
@rbx @dennisklein does this sound familiar? Do we have a limit for the formatting variables in fmt? |
|
I've not seen such a limitation. If there is one, it must be in fmt. LOGP passes it through to fmt directly: After |
No description provided.